hr{
    width:50px;
    border: none;
    border-bottom: 1px solid rgba(119, 119, 119, 0.25)
}
.containerD{
    width: 60%;
    margin: 1rem auto;
    padding: 2rem;
    text-align: justify;
    transition: all 0.3s;
}
.containerD p{
    line-height: 1.5;
    letter-spacing: 0.3px;
    word-spacing: 2px;
}

.containerD p:first-child::first-letter{
    color:#01b2ec;
    font-weight: bold;
    font-size: 70px;
    float: left;
    line-height: 60px;
    padding-right: 8px;
    margin-top: -3px;
}

@media screen and (max-width:600px){
    .container{
        width: 100%;
        padding: 1rem;
    }
}
 .im{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
